home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmigaPlus / Tools / Development / source-highlight-1.6.2 / share / doc / source-highlight / TODO.txt < prev    next >
Encoding:
Text File  |  2003-02-08  |  682 b   |  26 lines

  1. TODO list
  2. =========
  3.  
  4. When options.yy reports an error, file name and line number should be reported
  5. as well (as GNU standards).
  6.  
  7. Texinfo documentation.
  8.  
  9. for read_file use a class to initialize with the name of the
  10. package
  11.  
  12. templates are not handled completely well (see tests/test_template.cc
  13. and its output).  Actually this is due to possible ambiguities.
  14.  
  15. Use string instead of char *
  16.  
  17. rewrite fileutil.cc using strings and fstreams
  18.  
  19. Fix line number generation:
  20. - Handle style definition for line numbers
  21.  
  22. Use a class for printing errors
  23.  
  24. Perl has some problems with =head1 NAME comments and line numbers.
  25.  
  26. The scanner for ChangeLog produces too much code (a tag for each letter!)